🛠️ All DevTools
Showing 4121–4140 of 4457 tools
Last Updated
May 03, 2026 at 08:00 PM
social2gether
Product Hunt[Other] Connecting people It's my honest attempt t to showcase my React and SpringBoot skills.
Nextflow: System for creating scalable, portable, reproducible workflows
Hacker News (score: 26)[Other] Nextflow: System for creating scalable, portable, reproducible workflows
Show HN: Clippy – a better pbcopy for macOS that handles files properly
Hacker News (score: 12)[Other] Show HN: Clippy – a better pbcopy for macOS that handles files properly I made clippy because pbcopy can't do something I needed every day: copy files to paste into GUI apps. When you pbcopy < image.png, you get raw bytes instead of a file that Slack or email can use.<p>Clippy fixes this:<p>- clippy report.pdf → ⌘V into any app uploads the file<p>- curl image.png | clippy → pipes become pasteable files<p>- clippy *.jpg → multiple files at once<p>- Text files still work like pbcopy<p>Technical: Direct Objective-C bindings via CGo. Copies file references (like Finder), not contents. Auto-cleans temp files. No AppleScript hacks.<p>Install: brew install neilberkman/clippy/clippy
Show HN: I built a dream interpreter in JavaScript, no AI, no server, just logic
Show HN (score: 10)[Other] Show HN: I built a dream interpreter in JavaScript, no AI, no server, just logic I built a browser-only dream interpreter that maps symbols to meaning using a custom keyword engine. No AI, no tracking, no backend it’s all deterministic logic, built with vanilla JavaScript. The idea was to see if emotional and symbolic interpretations could still feel personal without using machine learning. Dreams are parsed against a map of 300+ symbolic meanings. Everything runs locally in your browser and saves via localStorage. You can revisit old dreams, reflect on interpretations, or just explore what the system sees in your subconscious. Happy to answer questions, would love feedback!
Show HN: I built a tool to sync localStorage between devices
Show HN (score: 5)[Other] Show HN: I built a tool to sync localStorage between devices At my day job, we have a daily async stand-up. We have to message a slack bot how many hours we have worked on a given task that day and overall.<p>The format is:<p>> Task: "Task Name" | Worked: 5h Total: 16h > Description: Finished implementation of feature.<p>I don't complain. Most fully remote jobs come with a version of this, but doing it manually got tedious. So, I needed a simple app that would track this.<p>I am not usually a fan of "vibe coded" apps, but this was an ideal candidate for it, since it's not production code. Most LLMs solve the problem by creating a single HTML file with forms that save data to localStorage. This was perfect for me - no hosting, no DB, no backend. Just 15 mins of prompting.<p>One day I was outside, just with my phone, and of course I couldn't use the app. I thought "how hard can it be to synchronize localStorage data across devices?". Turns out, it's not that hard, if you are ready to build a whole platform around it.<p><a href="https://htmlsync.io" rel="nofollow">https://htmlsync.io</a> does just that. You upload your HTML app that works with localStorage and get a subdomain for it. The tool automatically synchronizes your changes across devices. You can create private and public apps, can decide which keys to synchronize by using the "no_sync_" prefix. The "public-hidden" CSS class can be used to hide UI elements in public view. You also get a subdomain for your profile where all your apps are listed for easy access.<p>I hope you find this as useful as I did.<p>I'd also appreciate your feedback if you end up using it.
Show HN: Ruby on Rails tutorial running in the browser
Show HN (score: 5)[Other] Show HN: Ruby on Rails tutorial running in the browser Meet the Ruby on Rails Getting Started tutorial that runs fully in the browser: a web server, a console, a database—everything you need to explore the framework without dealing with local installation.<p>Source code: <a href="https://github.com/evilmartians/rails-tutorial">https://github.com/evilmartians/rails-tutorial</a><p>This is the first step towards an in-browser development environment for Rails that could be used with AI app generators like Bolt among other things.
Show HN: Encode Base64
Show HN (score: 5)[Other] Show HN: Encode Base64
Show HN: OrioleDB Beta12 Features and Benchmarks
Show HN (score: 8)[Database] Show HN: OrioleDB Beta12 Features and Benchmarks Hey HN, I'm the creator of OrioleDB, an extension for PostgreSQL that serves as a drop-in replacement for the default Heap storage engine. It is designed to address scalability bottlenecks in PostgreSQL's buffer manager and reduce the WAL, enabling better utilization of modern multi-core CPUs and high‑performance storage systems.<p>We are getting closer to GA. This release includes:<p>- An index bridge to support all indexes that Heap supports<p>- Support for rewinding recent changes in the database.<p>- Tablespaces support<p>- Fillfactor support<p>- An orioledb_tree_stat() function for space utilization statistics<p>- Support for tables with more than 32 columns.<p>We also show several performance improvements using the TPC-C benchmarks. Overall, OrioleDB is much faster than Heap, also outperforming other Postgres providers.<p>We would love more people testing OrioleDB. The fastest way to do that is to use the docker image provided:<p><pre><code> docker run -d --name orioledb -p 5432:5432 orioledb/orioledb </code></pre> Read the full release here:<p><a href="https://www.orioledb.com/blog/orioledb-beta12-benchmarks" rel="nofollow">https://www.orioledb.com/blog/orioledb-beta12-benchmarks</a>
bluewave-labs/Checkmate
GitHub Trending[Monitoring/Observability] Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations. Don't be shy, join here:https://discord.com/invite/NAb6H3UTjK:)
Show HN: We made our own inference engine for Apple Silicon
Hacker News (score: 60)[Other] Show HN: We made our own inference engine for Apple Silicon We wrote our inference engine on Rust, it is faster than llama cpp in all of the use cases. Your feedback is very welcomed. Written from scratch with idea that you can add support of any kernel and platform.
Show HN: Compare Speech APIs Live (OpenAI, Google, Deepgram, Soniox, etc.)
Show HN (score: 5)[Other] Show HN: Compare Speech APIs Live (OpenAI, Google, Deepgram, Soniox, etc.)
Inspect ANSI control codes and escape sequences
Hacker News (score: 23)[Other] Inspect ANSI control codes and escape sequences
BulkFlow
Product Hunt[Other] Data bulk import, export, update, and migrate BulkFlow provides a solution to IMPORT, UPDATE, & EXPORT data in bulk from CSV/Excels Files, FTP, Google Sheet, XML,... to eCommerce platforms such as Shopify, WooCommerce,... automatically and quickly.
Code Police
Product Hunt[Code Quality] Simple vulnerability detector for your github repo Code Police by Vibe Coders: Fast, professional vulnerability scanner for GitHub repositories. Detect SQL injection, XSS, secrets, and more security issues instantly. 10$ -> 5 credits -> Github repo -> Find vulnerabilities
0DIN.ai Threat Intel
Product Hunt[Other] Real-time intelligence on emerging GenAI vulnerabilities Real World Vulnerability Feed for LLM's Valuable for defensive and and offensive operators alike. Fortify your GenAl deployments with real-time intelligence drawn directly from ODIN's research and pioneering GenAl Bug-Bounty program.
AI Voice Agent SDK
Product Hunt[API/SDK] The open-source framework for real-time AI voice Real-time Voice AI Agents We are open-sourcing the easiest way for developers to build real-time Voice Agents and Virtual Avatars into any app—telephony, web, mobile, robotics, wearables, and beyond.
9xchat
Product Hunt[Other] AI sidekick-multi-LLM workspace 9xChat is a floating AI workspace that lets you chat with multiple LLMs in one window. Switch, compare, and manage LLMs seamlessly. Save prompts, stay organized, and work offline or incognito. Built for students, devs, and AI power users.
Pumpify
Product Hunt[Other] Crypto Instant Token Launcher Launch your own crypto token on any network — instantly, no code required. Pumpify is a free, fast, no-code token launcher. Fill out a simple form, connect your wallet, and deploy a fully functional ERC-20 token in seconds.
Leveragers
Product Hunt[Other] Best Mail Server: 10+ Domains, API-Driven | Leveragers.xyz Leveragers.xyz offers the ultimate mail server solution with 10+ active domains and powerful API key integration. Designed for speed, security, and scalability, our platform is perfect for businesses and developers seeking reliable, advanced email services
Auto Complete Orders for WooCommerce
Product Hunt[Other] Automatically complete WooCommerce orders after payment A free plugin that automatically completes WooCommerce orders after payment—perfect for digital or virtual products. No setup, no manual updates. Works with PayPal, Stripe, and more. Just install, activate, and let it handle fulfillment for you.